From: Philip Withnall Date: Mon, 8 May 2017 15:14:50 +0000 (+0100) Subject: libostree: Expose $OSTREE_FEATURES in the pkg-config file X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~37^2~35 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=eeee5a0a1e509de5d2ea331cfd034e8a19e856c3;p=ostree.git libostree: Expose $OSTREE_FEATURES in the pkg-config file This allows consumers of libostree to check at configure time whether it supports the feature they want. Signed-off-by: Philip Withnall Closes: #832 Approved by: cgwalters --- diff --git a/src/libostree/ostree-1.pc.in b/src/libostree/ostree-1.pc.in index d777c597..9a4debce 100644 --- a/src/libostree/ostree-1.pc.in +++ b/src/libostree/ostree-1.pc.in @@ -2,6 +2,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +features=@OSTREE_FEATURES@ Name: OSTree Description: Git for operating system binaries